| assign1symb {GCDkit} | R Documentation |
Assigns the same plotting symbol to all samples.
assign1symb(pch=-1)
pch |
numeric; code of the plotting symbol. |
This function sets the same plotting symbol to all the data points. If
'pch' = -1 (the default), the user is prompted to specify its code.
Sets 'labels$Symbol' to code of the selected plotting symbol.
Vojtěch Janoušek, vojtech.janousek@geology.cz
To display the current legend use showLegend.
Symbols and colours by a single label can be assigned by assignSymbLab
and assignColLab respectively, symbols and colours by groups
simultaneously by assignSymbGroup. Uniform colours are obtained
by assign1col. Table of available plotting symbols is displayed by
showSymbols and colours by showColours.